func runtime/pprof.writeHeapProto

2 uses

	runtime/pprof (current package)
		pprof.go#L634: 		return writeHeapProto(w, p, int64(runtime.MemProfileRate), defaultSampleType)
		protomem.go#L16: func writeHeapProto(w io.Writer, p []profilerecord.MemProfileRecord, rate int64, defaultSampleType string) error {